home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 402.lha / IconTools / Install Lib < prev    next >
Text File  |  1990-07-27  |  189b  |  11 lines

  1. .K ""
  2.  
  3. echo "This will copy the arp.library "
  4. echo "to your LIBS: directory."
  5. ask "OK? "
  6. if warn
  7.     echo "Installing arp.library..."
  8.     copy libs/arp.library to LIBS: clone
  9.     echo "done."
  10. endif
  11.